XMLNode.AppendChild Function

Adds a child after the last child. It optionally returns a reference to the new child as an XMLNode.

Syntax

result = XMLNode.AppendChild( NewChild )

Parameters

NewChild

XMLNode

Return Value

Result

XMLNode